home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issues 1-3 / develop Issue 2 code / Speed Development / DemoDialogs.MAMake next >
Encoding:
Text File  |  1990-02-26  |  776 b   |  32 lines  |  [TEXT/MPS ]

  1. #Copyright © 1988 - 1990 Apple Computer, Inc.  All rights reserved.
  2.  
  3. AppName = DemoDialogs
  4.  
  5. #    List Rez files other than AppName.r that need to Rez'ed with the application.
  6. #    Also list the file containing the 'view' resource type definition.
  7.  
  8. OtherRezFiles = ∂
  9.                         "{SrcApp}DemoHexData.r"
  10.  
  11. OtherLinkFiles = ∂
  12.                         "{CLibraries}"StdCLib.o ∂
  13.                         "{ObjApp}UGraph.cp.o" ∂
  14.                         "{ObjApp}Graph.c.o"
  15.  
  16. "{ObjApp}Graph.c.o" ƒ ∂
  17.                         "{SrcApp}Graph.c" ∂
  18.                         "{SrcApp}Graph.h"
  19.     {MAEcho} {EchoOptions} "Compiling:     Graph.c"
  20.     {MAC} "{SrcApp}Graph.c" ∂
  21.             -i "{SrcApp}" ∂
  22.             -i "{CIncludes}" ∂
  23.             -i "{MACIncludes}" ∂
  24.             -o "{ObjApp}Graph.c.o" ∂
  25.             {COptions} ∂
  26.             {OtherCOptions}
  27.  
  28. "{ObjApp}UGraph.cp.o"    ƒ ∂
  29.                         "{SrcApp}UGraph.h" ∂
  30.                         "{SrcApp}Graph.h" ∂
  31.                         {MacAppIntf}
  32.